Accept -j as a command-line parameter
authorAlex Crichton <alex@alexcrichton.com>
Sat, 28 Jun 2014 23:54:16 +0000 (16:54 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 30 Jun 2014 23:00:33 +0000 (16:00 -0700)
commit3db6c2ffa49bcb328a33e44c9cc2c5ebe6ea4f70
tree31d79dcd4a12e36f93082a62e0a504b5be01d548
parent33b77bb05958791f877eee9280e1d91bff15638e
Accept -j as a command-line parameter

This parameter will be used to control the number of concurrent builds that
cargo has executing.
src/bin/cargo-build.rs
src/bin/cargo-git-checkout.rs
src/bin/cargo-test.rs
src/cargo/ops/cargo_compile.rs
src/cargo/util/config.rs